func go.uber.org/mock/gomock.getString

3 uses

	go.uber.org/mock/gomock (current package)
		controller.go#L212: 				stringArgs[i] = getString(arg)
		matchers.go#L140: 	return fmt.Sprintf("is equal to %s (%T)", getString(e.x), e.x)
		string.go#L11: func getString(x any) string {